home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / intrvews / xgrab.lha / xgrab / include / gmain.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-06  |  384 b   |  25 lines

  1. /**
  2.    GRAB Graph Layout and Browser System
  3.  
  4.    Copyright (c) 1989, Tera Computer Company
  5.  **/
  6.  
  7. // define some globals to make the interface easier
  8.  
  9. #ifndef gmain_h
  10. #define gmain_h
  11.  
  12. #include "bview.h"
  13. #include "tview.h"
  14. #include "gview.h"
  15. #include "aview.h"
  16. #include "winview.h"
  17. #include "gframe.h"
  18.  
  19. extern GraphFrame* g;
  20. extern GView* gv;
  21. extern Graph* gr;
  22. extern AView* av;
  23.  
  24. #endif
  25.